Click or drag to resize

RecipientType Enumeration

Represents the recipient type for a message recipient.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum RecipientType
Members
  Member nameValueDescription
To0 The recipient is a primary (To) recipient.
Cc1 The recipient is a carbon copy (Cc) recipient.
Bcc2 The recipient is a blind carbon copy (Bcc) recipient.
P13 The recipient did not successfully receive the message on the previous attempt.
None4 None.
See Also